Skip to content
Back to search
30
MCP

Token Compressor

pulsemcp/token compressor

Semantic prompt compression using local LLM rewriting with embedding validation to reduce token usage by 40-60%.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.base76-research-lab/token-compressor
Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals.
0 tools
Token Economist
Estimates LLM token costs and compresses prompts before execution.
0 tools
Semantic Frame
Token-efficient semantic compression for numerical data
0 tools
io.github.anarkitty1/semantic-frame
Token-efficient semantic compression for numerical data. 95%+ token reduction.
0 tools
TokenBurn-Optimizer
LLM query cost optimizer minimizing context waste.
0 tools · sse
io.github.Anarkitty1/semantic-frame
Token-efficient semantic compression for numerical data. 95%+ token reduction.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "token_compressor": {
      "url": "None",
      "transport": "http"
    }
  }
}